home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3ownd.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_WNDSETTINGS_H = 1;
- include("real/frio/r3output.js")
-
-
- var R3CLID_WNDSETTINGS = 555;
-
-
-
-
-
-
-
- R3WNDOSETA_Window = 555500;
- function SetR3WNDOSETA_Window(value) {
- R3Set(this.r3obj, R3WNDOSETA_Window, value, R3TID_OBJECT, 0);
- }
-
- function GetR3WNDOSETA_Window() {
- return R3ToJS(R3Get(this.r3obj, R3WNDOSETA_Window, R3TID_OBJECT, 0));
- }
-
- R3WNDOSETA_Depth = 555501;
- function SetR3WNDOSETA_Depth(value) {
- R3Set(this.r3obj, R3WNDOSETA_Depth, value, R3TID_INTEGER, 0);
- }
-
- function GetR3WNDOSETA_Depth() {
- return R3Get(this.r3obj, R3WNDOSETA_Depth, R3TID_INTEGER, 0);
- }
-
- R3WNDOSETA_DitheringScale = 555502;
- function SetR3WNDOSETA_DitheringScale(value) {
- R3Set(this.r3obj, R3WNDOSETA_DitheringScale, value, R3TID_FLOAT, 0);
- }
-
- function GetR3WNDOSETA_DitheringScale() {
- return R3Get(this.r3obj, R3WNDOSETA_DitheringScale, R3TID_FLOAT, 0);
- }
-
- R3WNDOSETA_AutoSize = 555503;
- function SetR3WNDOSETA_AutoSize(value) {
- R3Set(this.r3obj, R3WNDOSETA_AutoSize, value, R3TID_INTEGER, 0);
- }
-
- function GetR3WNDOSETA_AutoSize() {
- return R3Get(this.r3obj, R3WNDOSETA_AutoSize, R3TID_INTEGER, 0);
- }
-
- R3WNDOSETA_CustomDCControl = 555504;
- function SetR3WNDOSETA_CustomDCControl(value) {
- R3Set(this.r3obj, R3WNDOSETA_CustomDCControl, value, R3TID_INTEGER, 0);
- }
-
- function GetR3WNDOSETA_CustomDCControl() {
- return R3Get(this.r3obj, R3WNDOSETA_CustomDCControl, R3TID_INTEGER, 0);
- }
-
-
-
- function r3Wndsettings () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_WNDSETTINGS, arguments);
- }
- // Methods
-
- // Attributes
- this.GetWindow=GetR3WNDOSETA_Window;
- this.SetWindow=SetR3WNDOSETA_Window;
- this.GetDepth=GetR3WNDOSETA_Depth;
- this.SetDepth=SetR3WNDOSETA_Depth;
- this.GetDitheringScale=GetR3WNDOSETA_DitheringScale;
- this.SetDitheringScale=SetR3WNDOSETA_DitheringScale;
- this.GetAutoSize=GetR3WNDOSETA_AutoSize;
- this.SetAutoSize=SetR3WNDOSETA_AutoSize;
- this.GetCustomDCControl=GetR3WNDOSETA_CustomDCControl;
- this.SetCustomDCControl=SetR3WNDOSETA_CustomDCControl;
- }
-
- r3Wndsettings.prototype=new r3Output;
- // r3ownd.h_H